home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / Id010.dxr / 00042_49.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  268 b   |  18 lines

  1. on exitFrame
  2.   if the timer < 990 then
  3.     handcursor(9)
  4.     handcursor(11)
  5.     if the loaded of member "bigplane" = 0 then
  6.       preLoad(member "bigplane")
  7.     end if
  8.     go(the frame)
  9.   else
  10.     go(the frame + 1)
  11.   end if
  12. end
  13.  
  14. on mouseUp
  15.   sound stop 1
  16.   go(42)
  17. end
  18.